@charset "utf-8";

.bluetabs ul{
/*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
float:left;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
color:#fff;
/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #fff;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
color:#5c5c5c; text-decoration:none; border-top:#e51d10 3px solid; height:44px; line-height:44px;padding-top:0;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
/*border: 1px solid #918d8d; THEME CHANGE HERE*/
border-width: 0 1px;
font-size:14px;
line-height:35px;
z-index:100;
visibility: hidden;
min-width:70px;
}


.dropmenudiv_b a{
padding:0 26px;
display: block;
text-decoration: none;
background:#fff; border:#efefef 1px solid; border-top:none;
color: #333;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#fff; background:#e51d10; border:#e51d10 1px solid;}